VoucherTypeTranslation entities
Name | Type | Is Mandatory |
---|---|---|
VoucherTypeTranslationId | String | |
VoucherTypeId | Int16 | |
LanguageId | String | |
Label | String | |
VoucherType | VoucherType | |
Language | Language |
Select all VoucherTypeTranslations
https://customerapi.fts-crm360.com/data/VoucherTypeTranslations()
HttpMethod : GET
Json Result :
[
{
"VoucherTypeTranslationId" : "QLTvAoULeg",
"VoucherTypeId" : "4",
"LanguageId" : "aXvLG",
"Label" : "OQ2ktCY34"
},
{
"VoucherTypeTranslationId" : "jFUDYUnxk1y",
"VoucherTypeId" : "3",
"LanguageId" : "jA Qbl BiT8fqdPXH",
"Label" : "zx6aD7CCHZg bA7A"
},
...
]
Select VoucherTypeTranslation by Id
https://customerapi.fts-crm360.com/data/VoucherTypeTranslations('string key')
HttpMethod : GET
Json Result :
{
"VoucherTypeTranslationId" : "N8nc5 hh G2oJgN",
"VoucherTypeId" : "7",
"LanguageId" : "aInkw",
"Label" : "NYdkfI26jpw"
}